home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
pppconfig.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-02-20
|
293 b
|
10 lines
#!/bin/sh
# John G. Hasler <john@dhh.gt.org> 1999-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain. I waive all rights.
set -e
if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L /usr/doc/pppconfig ] ; then
rm -f /usr/doc/pppconfig
fi